home *** CD-ROM | disk | FTP | other *** search
- Encloses expressions to be evaluated first.
-
- Encloses expressions to be evaluated first.
-
- Adds the number on the left to the number on the right.
-
- Subtracts the number on the right from the number on the left.
-
- Multiplies the number on the left by the number on the right.
-
- Divides the number on the left by the number on the right.
-
- Encloses a literal text string.
-
- Joins the text string on the left with the text string on the right.
-
- Evaluates to True if the expression on the right and the expression on the left are equivalent.
-
- Evaluates to True if the expression on the right and the expression on the left are not equivalent.
-
- Evaluates to True if the expression on the right is less than the expression on the left.
-
- Evaluates to True if the expression on the right is greater than the expression on the left.
-
- Evaluates to True if the expression on the right is less than or equal to the expression on the left.
-
- Evaluates to True if the expression on the right is greater than or equal to the expression on the left.
-
- Performs a logical AND.
-
- Performs a logical OR.
-
- Performs a logical NOT.
-
-